text/template/parse.ContinueNode.tr (field)

4 uses

	text/template/parse (current package)
		node.go#L917: 	tr *Tree
		node.go#L924: 	return &BreakNode{tr: t, NodeType: NodeBreak, Pos: pos, Line: line}
		node.go#L927: func (b *BreakNode) Copy() Node                  { return b.tr.newBreak(b.Pos, b.Line) }
		node.go#L929: func (b *BreakNode) tree() *Tree                 { return b.tr }